home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CLT141.ARJ / CBCPP20.BAT next >
DOS Batch File  |  1992-03-18  |  242b  |  7 lines

  1. rem (c) R&D Associates 1992.
  2. @echo off
  3. echo CLint will complain about <malloc.h>. This is not important, but
  4. echo that header file is not ANSI compliant. Press CTRL-C to stop.
  5. pause
  6. clint cbcpp20.c -I/borlandc/include -L cbcpp20 -w0 -x
  7.